This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
This is the closest you can get without the WinAPI: ~Fred Fezresagenader 26.Jan.04 10:43 AM a Web browser Applications Development 6.5Windows 2000
For a Time/Date item in a document, you can extract the centiseconds part of the value:
E = Evaluate({@Text(DateTimeField; "*")}, doc)
cs% = Clng("&H" & Right$(E(0), 8)) Mod 100